@charset "UTF-8";
/********* CSS Document ************/
Another table-less css project
Title: Keeping Fish
Date: March 2010
Author: EasyNichePLR
URL: http://EasyNichePLR.com
/***********************************/

*{ padding:0; margin:0; }

body { background-color:#010D1F;
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	color: #151515;
	line-height: 1.7em;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	text-align: center; 
}

h1, h2, {
margin: 0px;
padding: 0px;
}
ul {
	margin-left: 350px;
	margin-right: 170px;
	padding-left: 0;
	list-style: none;
	color: #151515;
}
li { text-align: left; 
	padding-left: 40px;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 15px;
	background-image: url(images/bullet_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #3e3e3e;
}
a:link {
color: #000;
text-decoration: none;
font-size: 14px;
color: #012e71;
}
a:hover {
color: #000;
text-decoration: underline;
font-size: 14px;
color: #012e71;
}
a:active {
color: #000;
text-decoration: none;
font-size: 14px;
color: #012e71;
}
a:visited {
color: #000;
text-decoration: none;
font-size: 14px;
color: #012e71;
}
#wrapper {
margin-left:auto;  
margin-right:auto;
width: 1200px;
}
#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:1200px; 
height: 310px;
text-align: center;
}
#page_body { 
width:1200px;
background-color:#010D1F;
}
#content {
width: 1200px; 
height: 100%;
margin:auto;
}
.content-middle {
	background-image: url(images/bg_content.jpg); 
	background-repeat: repeat-y;
	margin:0 auto;
	width: 1200px;
}
.content-middle H1 { 
	margin: 0 150px 0 200px; 
	text-align: left;
	line-spacing; 1.7em; 
	line-height: 1.7em;
	font-family:tahoma, arial;
	font-size:24px;
	color:#940000;
}
.content-middle H2 {
	margin: 0 150px 0 200px;
	text-align: center;
	line-spacing; 1.7em; 
	line-height: 1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#565888;
	font-weight: bolder;
}
.content-middle p { 
	margin: 0 260px 0 290px; 
	text-align: left;
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	line-height: 2em;
}
div.testimonial {
	width: 511px;
	height: 387px;
	background: url(images/testimonial.jpg) no-repeat;
	margin: 0 auto;
}
div.testimonialspacer {
	width: 511px;
	height: 55px;
	clear: both;
}
div.testimonial p {	
	text-align: left;
	font: 90% Georgia, Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	margin: 10px 35px 0 20px; 
	padding-left: 35px;
	padding-right: 35px;
	line-height: 1.7em;
}
#footer {
background-image: url(images/footer.jpg); 
background-repeat: no-repeat;
margin-top:auto;
width: 1200px;
height:293px;
overflow: hidden;
}
#donotremove {
text-align: center;
padding-top: 65px;
}
